From: Gerd Moellmann Date: Fri, 28 Sep 2001 08:03:51 +0000 (+0000) Subject: Put in #if 0 until we know what's X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~61906 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a74b48cfd30c1b783c7cad24b639ee89697faff7;p=emacs.git Put in #if 0 until we know what's really going on here. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4ab3a98d9a9..11a82e6e73a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-09-28 Gerd Moellmann + + * m/macppc.h [DATA_SEG_BITS]: Put in #if 0 until we know what's + really going on here. + 2001-09-27 Stefan Monnier * search.c (trivial_regexp_p): Catch \{N,M\} as well. diff --git a/src/m/macppc.h b/src/m/macppc.h index 595ff8a1881..3e5dffec26d 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h @@ -98,6 +98,9 @@ Boston, MA 02111-1307, USA. */ #define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc #endif +#if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog, + even with identical GCC, as, ld. Let's take it out until we + know what's really going on here. */ /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to 0x10000000. */ #if defined __linux__ @@ -105,3 +108,4 @@ Boston, MA 02111-1307, USA. */ #define DATA_SEG_BITS 0x10000000 #endif #endif +#endif /* 0 */